Two fairly simple scripts to run to set: Public Access in Objects checked ON 100% Public Access in Media checked OFF 100% (back up your database first, please) --Set ALL Objects have PublicAccess checked Update Objects Set PublicAccess = 1 Where ObjectID <> -1 GO --Set ALL Media records to have PublicAccess UNchecked Update MediaMaster Set PublicAccess = 0 GO To unsubscribe, send an email to [log in to unmask] with the following commands in the body of the email: signoff TMSUSERS // eoj You will receive a confirmation that your subscription has been removed.